@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.languages ul{
    list-style: none;
}
.languages ul li{
    float: left;
    padding-left: 20px;
}
.languages ul li a{
    text-decoration: underline;
    color: #000;
}
nav{
    background-color: rgba(255, 255, 255, 0.15);
}
nav ul li a{
    color: #fff;
}
.main-d{
  width: 100%;
  position: relative;
}
.main-d nav{
  background: #54543F;
}
.slider {
    width: 100%;
    height: 400px;
    background-image: url(../images/main.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 10% 32%;
    position: relative;
}
.search-form {
    position: absolute;
    width: 40%;
    left: 60%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 270px;
  }
  
  .search-form input {
    width: 80%;
    height: 45px;
    padding: 10px 15px;
    border: none;
    outline: none;
    font-size: 16px;
    color: #333;
    float: left;
  }
  
  .search-form button {
    float: left;
    width: 40px;
    height: 45px;
    border: none;
    outline: none;
    background: #fff;
    cursor: pointer;
  }
  
  .search-form i {
    color: #333;
  }
  
  .search-form input:focus,
  .search-form button:hover {
    background-color: #eee;
  }
  .textinsearch{
    width: 100%;
    color: #fff;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
  }
  .incount{
    padding-top: 50px;
    padding-bottom: 50px;
    background: #EEEEEE;
  }
  .incount h3{
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 33px;
  }
  .incount .numbers{
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 56px;
    text-align: center;
  }
  .incount .counttext{
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
  }
  .benefits{
    padding-top: 70px;
    padding-bottom: 70px;
    background: #D9D9D9;
  }
  .benefits h3{
    margin-bottom: 50px;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 33px;
  }
  .benefits img{
    width: 60%;
    margin: 0 auto;
    display: block;
    margin-bottom: 40px;
  }
  .benefit-text{
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #444444;
  }
  .benefits button{
    display: block;
    margin: 25px auto;
  }
  .map{
    width: 100%;
    height: 500px;
  }
  .map iframe{
    width: 100%;
  }
  .randomtype{
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    background: #CCCCCC;
  }
  .randomtype h3{
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 33px;

    color: #444444;

  }
  .randomtype .col-lg-4 img{
    width: auto;
    height: 200px;
    display: block;
    margin: 10px auto;
  }
  .randomtype p{
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    text-decoration-line: underline;
    margin-bottom: 20px;
    color: #444444;
  }
  .bottom p{
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    text-align: center;

    color: #000000;
  }
  .bottom{
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .bottom-nav{
    list-style: none;
    display: block;
    margin: 20px auto;
    width: 100%;
  }
  .bottom-nav li{
    float: left;
    margin-right: 15px;
  }
  .bottom-nav li a{
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    text-decoration-line: underline;

    color: #000000;
  }
  .type-d {
    padding: 19px 0;
  }
  .type-d h1{
    min-width: 50%;
    max-width: 120%;
    color: #000;
    font-family: Raleway;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .type-d h1 span{
    color: #000;
    font-family: Raleway;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
  }

  .desc-head{
    display: flex;
    width: 90%;
  }
  .desc-head p{
    color: #000;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  .desc-head input {
    width: 85%;
    height: 45px;
    padding: 10px 15px;
    border: none;
    outline: none;
    font-size: 16px;
    color: #333;
    background: #D9D9D9;
    float: left;
  }
  
  .desc-head button {
    float: left;
    width: 40px;
    height: 45px;
    border: none;
    outline: none;
    background: #D9D9D9;
    cursor: pointer;
  }
  
  .desc-head i {
    color: #333;
  }
  
  .desc-head input:focus,
  .desc-head button:hover {
    background-color: #eee;
  }
  .desc-search-f{
    width: 20%;
  }
  desc-search-f30{
    width: 30%;
  }

  .description h2{
    color: #444;
font-family: Raleway;
font-size: 28px;
font-style: normal;
font-weight: 700;
line-height: normal;
  }
  .desc-p{
    color: #444;
font-family: Raleway;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
  }

  .desc-box{
    border-radius: 2px;
    border: 1px solid #B5B5B5;  
    padding: 10px 15px;
    max-width: 380px;
  }

  .desc-box p{
    color: #000;
font-family: Raleway;
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: normal;
  }
  .desc-box a{
    color: #000;
font-family: Raleway;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-decoration-line: underline;
  }

  .details{
    padding-top: 30px;
  }
  .details p{
    color: #444;
font-family: Raleway;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
  }

  .box-id {
    height: 512px; /* Match this height */
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.box-id img {
    width: auto;
    height: 100%;
    object-fit: cover; /* ensures the image covers the entire div without distortion */
}

  .box-id p{
    text-align: center;
    color: #000;
font-family: Raleway;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: normal;
  }

  .box-id span{
    color: #000;
font-family: Raleway;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
  }

  .id-detail{
    padding: 20px 15px;
    border-radius: 1px;
    border: 1px solid #B5B5B5;
    
  }
  .id-detail table{
    width: 100%;
    margin-bottom: 15px;
  }
  .id-detail table td{
    color: #000;
font-family: Raleway;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
  }
  .id-detail table td.bl{
    padding-right: 22px;
    float: right;
    color: #000;
    text-align: right;
    font-family: Raleway;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  p.bl{
    color: #000;
text-align: center;
font-family: Raleway;
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: normal;
  }
  span.det{
    color: #000;
text-align: center;
font-family: Raleway;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
  }
.random{
  max-width: 300px;
  float: right;
  border-radius: 2px;
  border: 1px solid #B5B5B5;  
  padding: 20px 15px;
  margin-top: 15px;
}
.random h2{
  color: #444;
font-family: Raleway;
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: normal;
text-align: center;
}
.random img{
  border-radius: 20px;
  max-width: 100%;
  margin-bottom: 10px;
}
.random a{
  color: #444;
text-align: center;
font-family: Raleway;
font-size: 14px;
font-style: italic;
font-weight: 400;
line-height: normal;
text-decoration-line: underline;
text-align: center;
width: 100%;
display: block;
}
.classes a{
  width: 100%;
  font-size: 20px;
  line-height: 40px;
}

  @media screen and (max-width: 470px) {
    header img{
      width: 100%;
    }
    .slider{
      margin-top: 0;
    }
    .navbar-nav .nav-link{
      color: #000;
    }
  }
  @media screen and (max-width: 90%) {
    .desc-head{
      display: block;
    }
    .desc-search-f{
      width: 100%;
    }
  }

  .classes p{
    margin-bottom: 0;
  }